@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
a {
	text-decoration: none;
}
a:hover {
	transition:.5s;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a img {
	transform:scale(1,1);
}
a:hover img {
	transform:scale(1.1,1.1);
	transition:all 0.5s;
}
body {
	background:#000;
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height:0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1000px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
	background:#000;
}
/*****Header*****/
#header {
	padding-top:10px;
	height:76px;
}
#header a.logo:hover img {
	transform:scale(1,1)
}
.header_right {
}
#header .tel {
	text-align:right;
}
#header .tel span {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#bdbdbd;
}
#header .tel strong {
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	color:#e97f18;
	padding-right:30px;
	background:url(../../images/icon_tel1_03.png) no-repeat right center;
}
#header form {
	text-align:right;
	font-size:0;
}
#header input {
	display:inline-block;
	vertical-align:middle;
	width:230px;
	height:24px;
	line-height:24px;
	text-align:left;
	border:1px #898989 solid;
	font-size:12px;
	color:#989898;
	padding:0 10px;
}
#header input.btn_ser {
	border:0;
	padding:0;
	cursor:pointer;
	width:26px;
	height:26px;
	background:url(../../images/icon_search_03.png) no-repeat;
	margin-left:5px;
}
/*****Nav*****/
#nav {
	height:43px;
	background:url(../../images/bg_nav_03.gif) repeat-x;
	border-top:1px #e97f18 solid;
	padding-top:4px;
	position:relative;
}
.nav > li {
	padding:0 11px;
	position:relative;
}
.nav > li > a {
	display:block;
	width:120px;
	height:43px;
	line-height:43px;
	font-size:16px;
	color:#525252;
	text-align:center;
}
.nav > li > a:hover {
	background:#e97f18 url(../../images/nav_h_03.png) no-repeat center bottom;
	color:#fff;
}
.sub {
	display:none;
	width:400px;
	position:absolute;
	left:0;
	top:47px;
	z-index:999999;
	padding-left:25px;
}
.sub li {
	width:90px;
	padding-top:5px;
}
.sub li a {
	display:block;
	font-size:16px;
	color:#fff;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sub li a:hover {
	background:#fff;
	color:#000;
}
.orange {
	display:none;
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	top:47px;
	z-index:99999;
	background:#e97f18;
}
/*****Banner*****/
#banner {
	height:334px;
	background:url(../../images/bg_banner_02.jpg) center top;
}
.flexslider {
	position: relative;
	height: 334px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 334px;
}
.flex-control-nav {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 127px;
	height: 4px;
	margin: 0 2px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 0px;
	height: 4px;
	line-height: 50px;
	overflow: hidden;
	background:#000;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background:#e97f18;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: none;
	width: 35px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
/*****首页产品*****/
.product {
	background:#5c5c5c;
	padding-bottom:25px;
}
.product .ww {
	position:relative;
}
.cate {
	position:absolute;
	left:-1px;
	top:-35px;
	z-index: 99;
}
.cate li {
	padding:0 1px;
}
.cate li.last {
	padding-right:0;
}
.cate li a {
	display:block;
	width:129px;
	height:48px;
	line-height:48px;
	border:6px #777 solid;
	background:#5f5f5f;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.cate li a:hover {
	width:135px;
	height:54px;
	line-height:54px;
	background:#000;
	border:3px #e97f18 solid;
}
.cate li.last a:hover {
	width:129px;
	height:48px;
	line-height:48px;
	background:#000 url(../../images/bg_cate_03.png) no-repeat center top;
	border:6px #e97f18 solid;
}
.prolist {
	padding-top:45px;
}
.prolist li {
	width:247px;
	height:250px;
	margin:0 4px 4px 0;
}
.prolist li a {
	display:block;
	background:#c7c7c7;
	padding-top:8px;
	height:242px;
}
.prolist li .picbox {
	width:215px;
	height:195px;
	overflow:hidden;
	margin:0 auto;
}
.prolist li img {
	display:block;
	width:215px;
	height:195px;
}
.prolist li p {
	font-size:16px;
	color:#3c3c3c;
	text-align:center;
	padding-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.prolist li a:hover {
	background:#464646;
}
.prolist li a:hover .picbox {
	box-shadow:0px 5px 5px rgba(0,0,0,0.4);
	transition:.5s;
}
.prolist li a:hover p {
	color:#c7c7c7;
	padding-top:8px;
}
/*****首页公司简介*****/
.part {
	margin-top:50px;
	border-top:1px #e97f18 solid;
}
.intitle {
	margin-top:-15px;
	padding-bottom:20px;
}
.intitle h2 {
	display:inline-block;
	background:#000;
	font-weight:normal;
	font-size:24px;
	color:#c7c7c7;
	padding:0 5px;
}
.intitle h2 strong {
	color:#e97f18;
	padding-left:5px;
}
.intitle a {
	display:block;
	width:80px;
	height:24px;
	line-height:24px;
	text-align:center;
	border:1px #e97f18 solid;
	font-size:12px;
	color:#e97f18;
}
.intitle a span {
	display:inline-block;
	background:#000;
	padding:0 5px;
}
.intitle a:hover {
	background:#e97f18;
	color:#000;
}
.intitle a:hover span {
	background:#e97f18;
	transition:0.5s;
}
.about {
	width:490px;
}
.about .nr {
	font-size:14px;
	color:#c7c7c7;
	line-height:26px;
	max-height:182px;
	margin-bottom:10px;
}
/*****首页新闻*****/
.news {
	width:485px;
}
.news li a {
	display:block;
	padding:0 5px;
	border-left:7px #000 solid;
	border-right:7px #000 solid;
	border-bottom:1px #727171 dashed;
}
.news li h3 {
	font-weight:normal;
	font-size:18px;
	color:#b3b3b3;
	line-height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news li .date {
	width:80px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#e97f18;
}
.news li .zhai {
	font-size:14px;
	color:#727171;
	line-height:22px;
	max-height:44px;
	margin:5px 0;
}
.news li a:hover {
	border-left:7px #e97f18 solid;
	border-right:7px #e97f18 solid;
	background:#111;
}
/*****首页案例*****/
.case {
	padding-bottom:35px;
	position:relative;
}
.case ul {
	padding-left:10px;
}
.case li {
	position: relative;
	overflow: hidden;
}
.case li a {
	display: block;
	position: relative;
}
.case li a:before, .case li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.case li a:before {
	border-top: 3px #e97f18 solid;
	border-bottom: 3px #e97f18 solid;
	transform: scale(0, 1);
}
.case li a:after {
	border-left: 3px #e97f18 solid;
	border-right: 3px #e97f18 solid;
	transform: scale(1, 0);
}
.case li a:hover:before {
	display: block;
	border-top: 3px #e97f18 solid;
	border-bottom: 3px #e97f18 solid;
	transition: .5s;
	transform: scale(1);
}
.case li a:hover:after {
	display: block;
	border-left: 3px #e97f18 solid;
	border-right: 3px #e97f18 solid;
	transition: .5s;
	transform: scale(1);
}
.case li a:hover .caseinfo {
	background:url(../../images/icon_fdj_03.png) no-repeat center center;
}
.case li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
}
.case li .caseinfo {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*****Footer*****/
#footer {
	border-top:7px #343434 solid;
	padding-top:15px;
}
.footer_top {
	border-bottom:1px #444 solid;
	padding-bottom:10px;
}
.btel span {
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	font-size:24px;
	color:#878787;
	padding:10px 90px 10px 10px;
	background:url(../../images/icon_tel2_03.png) no-repeat right center;
}
.btel strong {
	display:inline-block;
	vertical-align:middle;
	font-size:36px;
	color:#d2d2d2;
	padding-left:15px;
}

.footer_top li {
	margin-right:8px;
}
.footer_top li a {
	display:block;
	width:70px;
	border:1px #595959 solid;
	padding-top:54px;
	height:0;
	overflow:hidden;
}
.footer_top li a.icon1 {
	background:url(../../images/icon1_03.png) no-repeat center center;
}
.footer_top li a.icon2 {
	background:url(../../images/icon2_03.png) no-repeat center center;
}
.footer_top li a.icon3 {
	background:url(../../images/icon3_03.png) no-repeat center center;
}
.footer_top li a.icon4 {
	background:url(../../images/icon4_03.png) no-repeat center center;
}
.footer_top li a:hover {
	border:1px #e97f18 solid;
	padding-top:32px;
	height:22px;
}
.footer_top li a span {
	display:block;
	text-align:center;
	height:22px;
	line-height:22px;
	font-size:12px;
	color:#e97f18;
}
.footer_top li a.icon1:hover {
	background:url(../../images/icon1_h_03.png) no-repeat center 8px;
}
.footer_top li a.icon2:hover {
	background:url(../../images/icon2_h_03.png) no-repeat center 8px;
}
.footer_top li a.icon3:hover {
	background:url(../../images/icon3_h_03.png) no-repeat center 8px;
}
.footer_top li a.icon4:hover {
	background:url(../../images/icon4_h_03.png) no-repeat center 8px;
}
.binfo {
	width:530px;
	font-size:12px;
	color:#878787;
	line-height:24px;
	padding:10px 0;
}
.binfo a {
	color:#878787;
}
.binfo a:hover {
	color:#e97f18;
}
#footer .blogo {
	display:block;
	margin-top:10px;
}
/*内页*/	

.bg-grey.main {
	padding-top: 30px;
	margin-bottom: 10px;
}
.main .side-tit {
	background: url(../../images/icon-side.png) no-repeat 0 0px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #e97f18;
	width: 215px;
	text-align: center;
}
.main .main-tit {
	width: 755px;
	border-bottom: 1px solid #e97f18;
	height: 42px;
	line-height: 42px;
}
.main .main-tit span {
	font-size: 24px;
	color: #fff;
}
.mbx {
	font-size:12px;
	color:#fff;
}
.mbx a {
	color:#fff;
}
.mbx a:hover {
	color:#e97f18;
}
/*左侧*/
.main .sidebar {
	width: 215px;
}
.main img {
	max-width: 100%;
}
.main .sidebar .side-series li {
	height: 41px;
	line-height: 41px;
	margin-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #e97f18;
}
.main .sidebar .side-series li a {
	display: block;
	height: 36px;
	line-height: 36px;
	background: url(../../images/icon-side.png) no-repeat 28px -52px #f6f6f6;
	border: 3px solid #f6f6f6;
	border-bottom-width: 2px;
	transition: all 0.5s;
	font-size: 16px;
	color:#000;
}
.main .sidebar .side-series li a:hover {
	border-color: #e97f18;
	background-position: 28px -94px;
}
.main .sidebar .side-new {
	border: 1px solid #c7c7c7;
	margin: 25px 0px 15px;
	padding: 3px;
}
.main .sidebar .side-new dt {
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	border-bottom: 1px solid #c7c7c7;
	font-weight: bold;
	color: #e97f18;
	margin-bottom: 10px;
}
.main .sidebar .side-new dt img {
	height: 85px;
	display: block;
	margin-bottom: 1px;
	width: 100%;
}
.main .sidebar .side-new dd {
	height: 32px;
	line-height: 32px;
	transition: all 0.5s;
	padding-left: 10px;
}
.main .sidebar .side-new dd a {
	font-size:14px;
	color:#fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .sidebar .side-new dd:hover {
	background: #e97f18;
}
.main .sidebar .side-new dd a:hover {
	color: #fff;
}
.main .sidebar .side-tel {
	background: url(../../images/icon-side.png) no-repeat 0 -130px;
	height: 160px;
	text-align: center;
}
.main .sidebar .side-tel p {
	font-size: 18px;
	color: #7f8080;
}
.main .sidebar .side-tel span {
	font-size: 20px;
	color: #e97f18;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
}
/*右侧  产品详情*/
.main .main-cont {
	width: 755px;
}
.main .main-cont .detail-tit {
	text-align: center;
	margin: 10px 0px;
}
.main .main-cont .detail-tit p {
	padding: 10px 0px;
	margin-bottom: 10px;
	color:#fff;
	font-size:12px;
}
.main .main-cont .detail-tit p strong {
	font-size: 18px;
	color: #fff;
}
.main .main-cont .main-text {
	font-size: 14px;
	line-height: 28px;
	color:#fff;
}
.main .main-cont .xg {
	margin: 20px 0px;
	font-size: 14px;
	border-top: 1px dashed #f1f8ff;
	line-height: 30px;
	color:#ccc;
}
.main .main-cont .xg a {
	color:#ccc;
}
.main .main-cont .xg a:hover {
	text-decoration: underline;
}
/*产品列表*/
.main .main-cont .home-prolist li {
	margin: 0 10px 20px 0px;
	overflow:hidden;
}
.home-prolist{
	margin-top:22px;}
.home-prolist li{
	float:left;
	width:245px;
	margin:0 6px 2px 0px;
	position:relative;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	transition:all 0.5s;
	cursor:pointer;
	}
.home-prolist li .pro-name{
	width:100%;
	text-align:center;
	position:absolute;
	top:150px;
	background:#000;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	height:35px;
	line-height:35px;
	opacity:0.7;
	filter:alpha(opacity=70);
	}
.home-prolist li img{
	width:245px;
	height:185px;
	display:block;}
.home-prolist li:hover{
	border-color:#e97f18;}

/*新闻中心*/
.main .main-cont .main-newlist {
	margin-bottom: 30px;
}
.main .main-cont .main-newlist li {
	padding-left: 93px;
	background: url(../../images/icon-new.png) no-repeat 4px center;
	border: 3px solid #000;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.main .main-cont .main-newlist li dl {
	border-bottom: 1px solid #b0d1ef;
}
.main .main-cont .main-newlist li dl dt {
	font-size:12px;
	color: #e97f18;
}
.main .main-cont .main-newlist li dl dd a {
	display: block;
}
.main .main-cont .main-newlist li dl dd h3 {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.main .main-cont .main-newlist li dl dd p {
	color: #9a9c99;
	font-size:12px;
	line-height: 18px;
	margin-bottom: 15px;
}
.main .main-cont .main-newlist li:hover {
	border-color: #e97f18;
}
/***留言板****/
.mes {
	padding: 65px 80px;
}
.mes .box {
	background: #1d1d1d;
	margin-bottom: 3px;
	padding: 10px 0;
}
.mes .box span {
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	color: #ccc;
	vertical-align: middle;
}
.mes .box input, .mes .box textarea {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 0;
	border-radius: 4px;
	background: #666;
	box-shadow: inset 2px 1px 2px #747474;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
}
.mes .box textarea {
	vertical-align: top;
	height: 56px;
	overflow: auto;
}
.mes .box input.yzm {
	width: 115px;
	margin-right: 15px;
}
.mes .box input.btn_ly {
	width: 142px;
	font-size: 18px;
	background: #e97f18;
	border-radius: 0;
	padding: 0;
	margin-left: 110px;
	box-shadow: none;
	cursor: pointer;
}
.mes .box img {
	vertical-align: middle;
}
/*****返回顶部*****/
.gotop {
	position:fixed;
	left:50%;
	bottom:200px;
	margin-left:500px;
}
.gotop a {
	display:block;
	width:51px;
	height:51px;
	background:url(../../images/gotop_03.gif) no-repeat;
	cursor:pointer;
}